IAxis.SetSlaveHomeOffset method

Sets the home offset distance the axis adds to the home position to configure its zero position once the homing is completed.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IKsCommand SetSlaveHomeOffset(
       double slaveHomeOffset
)
Function SetSlaveHomeOffset(
       slaveHomeOffset As Double
)As IKsCommand

Parameters

slaveHomeOffset

Type: double

The distance the axis adds to the home position to configure its zero position once the homing is completed.

Return value

Type: IKsCommand

Returns the states of a method.

See also

IAxis Interface

IntervalZero.KINGSTAR.Base.Class Namespace